home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / ctone.zip / SOUND.DOC < prev    next >
Text File  |  1986-09-04  |  975b  |  29 lines

  1.  
  2.  
  3.                                SOUND.exe
  4.  
  5.  
  6.          SOUND.exe is a demo for the TONE.c subroutine for the
  7.          Lattice "C" Compiler.  It works equally well with the
  8.          MicroSoft "C" Compiler Version 3.0 which is what SOUND
  9.          is written in.
  10.  
  11.          SOUND is very simple in use and design.  You are
  12.          required to enter a non-zero numeric value for FREQUENCY
  13.          and a numeric field for the time DURATION.  Then, to
  14.          activate the sound chosen, the user presses the ENTER
  15.          key.  The selected sound is transmitted thru the speaker
  16.          and the appropriate C Language function call is
  17.          displayed.
  18.  
  19.          To exit SOUND, enter a zero or an alphabetic character
  20.          for the TIME.
  21.  
  22.          The TONE.c subroutine only generates frequency values
  23.          from 100 Hz and upward.  Values below may give erroneous
  24.          sounds.
  25.  
  26.  
  27.          Robert Evans
  28.          P. C. Systems Consultants
  29.